var google.golang.org/grpc/internal/channelz.logger

13 uses

	google.golang.org/grpc/internal/channelz (current package)
		logging.go#L27: var logger = grpclog.Component("channelz")
		types.go#L62: 	logger.Infof("attempt to add child of type %T with id %d to a parent (id=%d) that doesn't currently exist", e, id, d.idNotFound)
		types.go#L68: 	logger.Infof("attempt to delete child with id %d from a parent (id=%d) that doesn't currently exist", id, d.idNotFound)
		types.go#L72: 	logger.Warningf("attempt to delete an entry (id=%d) that doesn't currently exist", d.idNotFound)
		types.go#L217: 		logger.Errorf("cannot add a child (id = %d) of type %T to a channel", id, e)
		types.go#L328: 		logger.Errorf("cannot add a child (id = %d) of type %T to a subChannel", id, e)
		types.go#L495: 	logger.Errorf("cannot add a child (id = %d) of type %T to a listen socket", id, e)
		types.go#L499: 	logger.Errorf("cannot delete a child (id = %d) from a listen socket", id)
		types.go#L508: 	logger.Errorf("cannot call deleteSelfIfReady on a listen socket")
		types.go#L524: 	logger.Errorf("cannot add a child (id = %d) of type %T to a normal socket", id, e)
		types.go#L528: 	logger.Errorf("cannot delete a child (id = %d) from a normal socket", id)
		types.go#L537: 	logger.Errorf("cannot call deleteSelfIfReady on a normal socket")
		types.go#L596: 		logger.Errorf("cannot add a child (id = %d) of type %T to a server", id, e)